[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TEMPPATH() (STRING)

 Function
  Return the path to the temporary work directory as defined in PCBSetup.

 Syntax
  TEMPPATH()   No arguments are required

 Return Type & Value
  STRING
  Returns the path of the node temporary work files area.

 Remarks
  This function will return the path where temporary work files should be
  created as defined in PCBSetup.  This path is a good place for small
  temporary files that need not be kept permanently since it often points
  to a RAM drive or other fast local storage.

 Examples
  INTEGER rc
  SHELL TRUE,rc,"DIR",">"+TEMPPATH()+"TMPDIR"
  DISPFILE TEMPPATH()+"TMPDIR",DEFS
  DELETE TEMPPATH()+"TMPDIR"

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson